home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Inspectors / YourWS_Inspector / Makefile.preamble < prev    next >
Makefile  |  1995-06-12  |  420b  |  15 lines

  1.  
  2. # This creates an Icon header in the Mach-O that has the information
  3. #    Which Workspace looks for when searching its search paths.  It does that
  4. #    when you log in, and when you press command-u.
  5.  
  6. BUNDLELDFLAGS = -sectcreate __ICON __header bundle.registry
  7.  
  8.  
  9.  
  10.  
  11. # This line lets make understand that if the file bundle.registry has changed,
  12. #   a re-linking of the files is needed.
  13.  
  14. OTHER_PRODUCT_DEPENDS = bundle.registry
  15.